GtkFileFilter: Add a GObject property for the name
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 7 Oct 2018 21:22:04 +0000 (10:22 +1300)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 27 Jan 2020 03:01:54 +0000 (16:01 +1300)
commitb83caec6b987930fe4bfd51128595970a54aa107
treed0a298289316619f90a2615bb8ca2badcc2f0305
parent05b9a996616d2b2c95c0a191fbfcdd2bc9a9bbec
GtkFileFilter: Add a GObject property for the name

The name field was previously not a property, which meant you couldn't set in in
GtkBuilder as translatable.
gtk/gtkfilefilter.c
testsuite/gtk/builder.c